home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / nadir11.zip / COMPAUSE.BAT < prev    next >
DOS Batch File  |  1993-09-13  |  264b  |  9 lines

  1. @echo off
  2. rem **** compause.bat - command file to do one command followed by pause ****
  3. rem **** called by utilities like backup and restore ****
  4. type comline.bat
  5. echo %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. type comline.bat
  7. %1 %2 %3 %4 %5 %6 %7 %8 %9 <con
  8. pause <con
  9.